/*@charset "utf-8";

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url("../fonts/SourceHanSansCN-ExtraLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url("../fonts/SourceHanSansCN-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: "SourceHanSansCN-Normal","微软雅黑";
}

a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #c39958;
}
ul,li {
	list-style-type: none;
	list-style: none;
}

img {
	border: none;
}

